1720 PRINT "Have Data Diskette(s) in Place, then Press any key to continue.";
1730 K$ = INKEY$ : IF K$ = "" THEN 1730
1740 KEY ON : CLS : KEY OFF
2000 REM LISTPCI Program Starts Here.
2010 OPEN DD.PERS$+"persfile" AS #1 LEN = 256
2020 FIELD 1, 5 AS F1$, 20 AS F2$, 30 AS F3$, 2 AS F4$, 5 AS F5$, 5 AS F6$, 5 AS F7$, 11 AS F8$, 18 AS F9$, 16 AS F10$, 16 AS F11$, 11 AS F12$, 18 AS F13$, 16 AS F14$, 16 AS F15$, 11 AS F16$, 18 AS F17$, 16 AS F18$, 16 AS F19$
2030 REM Read all records, and print the actual ones
2040 OPEN DD.PCIDX$+"pcindex" FOR INPUT AS #2
2050 INPUT #2, C
2060 KEY ON : CLS : KEY OFF : LOCATE 19,1
2070 PRINT "There are";C;"Parent/Child Index Records in the File"
2080 GOSUB 2100
2090 GOTO 2170
2100 LPRINT "Listing of the Parent/Child Index Records ";DATE$;" ";TIME$
2110 LPRINT
2120 LPRINT "PARENT PARENT-NAME";
2130 LPRINT TAB(40);"CHILD CHILD-NAME"
2140 LPRINT "------ -----------";
2150 LPRINT TAB(40);"----- ----------"
2160 RETURN
2170 FOR I = 1 TO C
2180 INPUT #2, PAR.ID
2190 LOCATE 23,1 : PRINT "Listing Parent/Child Index Record";I
2200 LPRINT USING "####"; PAR.ID;
2210 GET #1, PAR.ID
2220 REM Extract information from the file for use